/* current */

/* -- reset -- */
/*
test
------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -- font -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Lato-Regular';
    src: url(../font/Lato-Regular.eot);
    src: url(../font/Lato-Regular.eot?#iefix) format("embedded-opentype"),url(../font/Lato-Regular.woff) format("woff"),url(../font/Lato-Regular.ttf) format("truetype"),url(../font/Lato-Regular.svg#Lato-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url(../font/Lato-Bold.eot);
    src: url(../font/Lato-Bold.eot?#iefix) format("embedded-opentype"),url(../font/Lato-Bold.woff) format("woff"),url(../font/Lato-Bold.ttf) format("truetype"),url(../font/Lato-Bold.svg#Lato-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url(../font/Lato-Light.eot);
    src: url(../font/Lato-Light.eot?#iefix) format("embedded-opentype"),url(../font/Lato-Light.woff) format("woff"),url(../font/Lato-Light.ttf) format("truetype"),url(../font/Lato-Light.svg#Lato-Light) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* -- Nav button -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#layout {
    position: relative;
    background: #fff;
}

    #layout .overlay {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        z-index: 11000;
        position: fixed;
        left: 220px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#navm {
    position: fixed;
    top: 0;
    bottom: 0;
    /*left: -120px;*/
    left: -220px;
    width: 220px;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #053038;
    /*opacity: 0;
    visibility: hidden;*/
    opacity: 1;
    visibility: visible;
    z-index: 13000;
}

    #navm ul, #navm li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
    }

    #navm ul {
        margin-top: 5px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    #navm li a {
        display: block;
        padding: 15px 20px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        font-weight: 900;
        font-size: 14px;
    }

    #navm .noAnchor,
    #navm .dropAnchor {
        text-indent: 20px;
        padding: 10px 0;
        display: block;
        width: 100%;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 14px;
    }

        #navm .dropAnchor > a {
            padding: 10px 0px;
        }

        #navm .noAnchor ul {
            margin-top: 10px;
        }

    #navm ul ul {
        margin: 0;
        background: #053038;
    }

        #navm ul ul a {
            padding: 10px 30px 10px 20px;
            font-size: 13px;
        }

    #navm li a:hover {
        background: rgba(255,255,255,0.1);
    }

#header .nav-button {
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    padding: 35px 27px 0;
    position: fixed;
    right: 0;
    top: -10px;
    z-index: 100;
    cursor: pointer;
    /*display: none;*/
    background-color: #053038;
}

    #header .nav-button span {
        height: 4px;
        background: #fff;
        margin: 4px 0;
        display: block;
    }

html .nav-button span.lineCenter {
    opacity: 1;
}

html.mobile .nav-button span.lineTop {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    position: relative;
    top: 8px;
}

html.mobile .nav-button span.lineCenter {
    opacity: 0;
}

html.mobile .nav-button span.lineBottom {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    position: relative;
    top: -8px;
}

html.navIn #header {
    height: 80px;
    /*z-index: 9999;*/
}

    html.navIn #header .col.col2.left {
        padding: 8px 0;
    }

        html.navIn #header .col.col2.left .logo {
            width: 120px;
        }

#home {
    margin-top: 140px;
    height: calc(100% - 140px) !important;
}

html.navIn #home {
    margin-top: 80px;
    height: calc(100% - 80px) !important;
}



/* -- scrollbar -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    margin-right: 0;
    margin-top: 0;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

input::selection, ::selection {
    color: #4d555a;
    background: #fc0;
}

input::-moz-selection, ::-moz-selection {
    color: #4d555a;
    background: #fc0;
}

/* -- general -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-text-size-adjust: 100%;
}

html, body, img {
    margin: 0;
    padding: 0;
    border: 0;
}

button, input, textarea, body {
    font-family: 'Lato-Regular',sans-serif;
    font-size: 13px;
}

a, input, button {
    outline: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

p {
    color: #858585;
    font-size: 15px;
    line-height: 22px;
}

/* -- tooltip -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#tooltip {
    margin: 20px 0 0 10px;
    margin-left: -60px;
    width: 160px;
    padding: 10px;
    z-index: 9900;
    position: absolute;
    text-align: center;
    color: #4a4f52;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    display: none;
    background: #fc0;
}

    #tooltip.right {
        margin-left: -80px;
    }

/* -- loading -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#loading .box {
    opacity: 0;
}

    #loading .box.loaded {
        opacity: 1;
    }

/* -- transition -- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------*/

#carousel .cycle-slideshow .display-box,
.col.col3.button-research, .cycle-slideshow.news-feeds-social > div .display-center, .col.col3.latest.marginCustom.left .feed.big-box:hover, .col.col3.latest.marginCustom.left .feed.small-box:hover, .col.col3.latest.marginCustom.central .feed.top-box:hover, .col.col3.latest.marginCustom.central .feed.center-box:hover, .col.col3.latest.marginCustom.central .feed.bottom-box:hover, .col.col3.latest.marginCustom.right .feed.bottom-box:hover, .col.col3.latest.marginCustom .feed a.allBox-Btn.tube, .col.col2.profile-content-text .ico.in, .mail-box .icon.mail, .phone-box .icon.phone, .phone-box span a, .mail-box span a, .team .col.col3, .col .plus .social > a, .col .plus .social, .col .plus, .col .plus span.ico, .pages-link ul li a, .property-list-box .col.col3:hover .post-image, .controll-panel .col.col5, .controll-panel .col.col2, .search, #layout .overlay, #layout, #navm, #loading .load, .transition {
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

#header .col.col2.right ul.nav li ul,
#header,
#header .col.col2.right .top-bar,
#header.col.col2.left,
#header .col.col2.left .logo,
html.navIn #header,
html.navIn #header .col.col2.right .top-bar,
html.navIn #header .col.col2.left,
html.navIn #header .col.col2.left .logo #header .nav-button span,
#header .nav-button,
#header .col.col2.right .social-box .phone a,
#home {
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.notransition {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.col.col3.latest.marginCustom .feed .feed-msg, .col.col3.contact-info .info-box-contact, #carousel .cycle-slideshow .slide-property:hover .display-box {
    transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
}

/* -- general class -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.section {
    position: relative;
}

.minicontainer, .container, .containerV2 {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}

.minicontainer {
    width: 720px;
}

.bg-eee {
    background-color: #eee;
}

.bg-white, .bg-fff {
    background-color: #fff;
}

.bg-999 {
    background-color: #999;
}

.bg-blue {
    background-color: rgba(91,169,210,0.6);
}

.clear {
    clear: both;
}

/* -- cols -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.col {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
}

    .col.col2 {
        width: 50%;
    }

    .col.col3 {
        width: 33.33%;
    }

    .col.col3x2 {
        width: 66.66%;
    }

    .col.col4 {
        width: 25%;
    }

    .col.col4x3 {
        width: 75%;
    }

    .col.col5 {
        width: 20%;
    }

    .col.col5x4 {
        width: 80%;
    }

    .col.col5x3 {
        width: 60%;
    }

    .col.col5x2 {
        width: 40%;
    }

    .col.col6 {
        width: 16.66%;
    }

    /* -- cols + margin -- */
    .col.col2.margin {
        width: 48%;
        margin-right: 4%;
    }

    .col.col3.margin {
        width: 32%;
        margin-right: 1%;
    }

    .col.col3x2.margin.col-left {
        width: 64%;
        margin-right: 4%;
    }

    .col.col3x2.margin.col-right {
        width: 64%;
        margin-left: 2%;
    }

    .col.col4.margin {
        width: 23.5%;
        margin-right: 2%;
    }

    .col.col4x3.margin.col-left {
        width: 74.5%;
        margin-right: 2%;
    }

    .col.col4x3.margin.col-right {
        width: 74.5%;
        margin-left: 2%;
    }

    .col.col5.margin {
        width: 18.4%;
        margin-right: 2%;
    }

    .col.col6.margin {
        width: 15%;
        margin-right: 2%;
    }

    .col.margin.last,
    .col.margin.d {
        margin-right: 0 !important;
    }

/* -- align -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* -- w -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.w.w25p {
    width: 25%;
}

.w.w50p {
    width: 50%;
}

.w.w75p {
    width: 75%;
}

.w.w100p {
    width: 100%;
}

html, body, form, #layout, #page, #home, .h, #home .cycle-slideshow, #home .cycle-slideshow > div, .h .cycle-slideshow > div, .h .cycle-slideshow {
    height: 100%;
}

/* -- extra -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.publisher {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
}

#header {
    width: 100%;
    height: 140px;
    background-color: #053038;
    position: fixed;
    top: 0;
    /*z-index: 999;*/
    z-index: 10000;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.17);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.17);
}

html.mobile #header {
    width: 105%;
}

#header .col.col2.left {
    width: 15%;
    padding: 23px 0;
}

#header .col.col2.right {
    display: block;
    width: 85%;
}

#header .col.col2.left .logo {
    width: 180px;
}

    #header .col.col2.left .logo img {
        width: 100%;
    }

#header .col.col2.right .top-bar {
    display: block;
    width: 100%;
    margin-top: 25px;
}

#header .col.col2.right .social-box {
    float: right;
    padding: 5px 0;
}

.top-box {
    float: right;
    padding: 0px 10px 0px 0px;
}

.top-box-text {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    font-family: 'Lato-Bold';
    margin: 0px;
}

.home-btn.top-btn {
    font-size: 14px;
}

.top-box-text a {
    /*color: #e94967*/
}

    .top-box-text a:hover {
        /*color: #e94967;*/
    }

#header .col.col2.right ul.nav {
    display: none;
    float: right;
}

    #header .col.col2.right ul.nav li {
        display: inline;
        position: relative;
    }

        .noAnchor,
        #header .col.col2.right ul.nav li a {
            font-size: 15px;
            padding: 30px 15px;
            color: #fff;
            display: inline-block;
        }

            #header .col.col2.right ul.nav li.noAnchor:hover,
            #header .col.col2.right ul.nav li a:hover {
                color: #e94967;
            }

        .active.noAnchor,
        #header .col.col2.right ul.nav li.active > a {
            color: #e94967;
        }

        #header .col.col2.right ul.nav li.active ul li a {
            color: #333 !important;
        }

.dropAnchor {
    padding: 30px 0;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

#header .col.col2.right .social-box span {
    display: inline-block;
}

#header .col.col2.right .social-box .ico {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 40px;
    margin-right: 10px;
}

    #header .col.col2.right .social-box .ico:last-child {
        margin-right: 0;
    }

#header .col.col2.right .social-box .phone {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    font-family: 'Lato-Bold';
}

    #header .col.col2.right .social-box .phone a {
        color: #fff;
    }

        #header .col.col2.right .social-box .phone a:hover {
            color: rgba(91,169,210,1);
        }

#header .col.col2.right ul.nav li ul {
    position: absolute;
    width: 250px;
    top: 80px;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#header .col.col2.right ul.nav li:hover ul {
    visibility: visible;
    opacity: 1;
    height: 300px;
    overflow: auto;
}

    #header .col.col2.right ul.nav li:hover ul.smallDrop {
        visibility: visible;
        opacity: 1;
        height: 500px;
        overflow: auto;
    }

#header .col.col2.right ul.nav li ul li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    #header .col.col2.right ul.nav li ul li:hover {
        background-color: rgba(153,19,44,0.3);
    }

    #header .col.col2.right ul.nav li ul li:last-child {
        border-bottom: 0;
    }

    #header .col.col2.right ul.nav li ul li a {
        color: #333 !important;
        padding: 15px;
        font-size: 16px;
        display: block;
    }

.search {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #ccc;
    background: url(../img/png/searchLogo.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 40px;
    top: 13px;
}

    .search:hover {
        cursor: pointer;
    }

    .search form {
        position: absolute;
        top: 40px;
        left: -160px;
        display: none;
    }

    .search.open form {
        display: block;
    }

    .search input[type="submit"] {
        opacity: 1;
        margin: 0;
        border: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: block;
        visibility: visible;
        -webkit-appearance: none;
        z-index: 10;
        position: absolute;
        right: 0;
        background: transparent;
        background-image: url(../img/png/sendSerch.png);
        background-position: center center;
        background-size: 25px;
        background-repeat: no-repeat;
        opacity: 0;
    }

        .search input[type="submit"]:hover {
            cursor: pointer;
        }

    .search input[type="text"] {
        width: 200px;
        height: 40px;
        border: 0;
        border: 1px solid #333;
        color: #333;
        text-align: left;
        -webkit-appearance: none;
        padding: 10px;
        opacity: 0;
    }

.h, #home {
    position: relative;
}

    .h .cycle-slideshow, #home .cycle-slideshow {
        overflow: hidden;
    }

        .h .cycle-slideshow > div, #home .cycle-slideshow > div {
            width: 100%;
            background-color: #ccc;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

.centered-box {
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 1000;
}

    .centered-box h1 {
        font-size: 41px;
        font-family: Lato-Bold;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        margin-bottom: 50px;
    }

    .centered-box h2 {
        font-size: 30px;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        margin-top: 30px;
    }

.team .col.col3 .cover, .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}

#search-box.Allpages .cover {
    background-color: rgba(0,0,0,0.5);
}

section.padding {
    padding: 50px 0;
}

    section.padding.top {
        padding: 140px 0 100px;
    }

    section.padding.bottom {
        padding: 80px 0 0;
    }

.title.m {
    padding-bottom: 50px;
}

.paddingbottom {
    padding: 0 0 100px;
}

.title {
    text-align: center;
    padding-bottom: 50px;
}

    .title.topPadding {
        padding: 80px 0 0;
    }

    .title h3 {
        font-size: 30px;
        color: #1F1F1F;
    }

    .title h1 {
        text-align: center;
        font-size: 30px;
        color: #333;
        font-family: Lato-Bold;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }

    .title h2 {
        font-size: 18px;
        color: #FFF;
        letter-spacing: 1px;
        padding: 20px 200px;
        font-family: Lato-Light;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }

    .title.page-client h2 {
        padding: 0 200px 20px;
    }

    .title.noBold h3 {
        font-family: 'Lato-Light';
    }

    .title p {
        padding: 0 300px;
        font-size: 18px;
    }

.seoIntro p {
    padding: 30px 0 0;
    font-size: 18px;
}

#carousel .cycle-slideshow {
    margin: 0 auto;
    width: 100% !important;
}

    #carousel .cycle-slideshow .slide-property {
        position: relative !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 307px;
        height: 250px;
        margin-right: 1em;
        background: #d3d3d3;
        white-space: normal;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        #carousel .cycle-slideshow .slide-property:hover .display-box {
            opacity: 1;
        }

        #carousel .cycle-slideshow .slide-property .display-box {
            position: absolute;
            top: 15px;
            right: 15px;
            left: 15px;
            bottom: 15px;
            background-color: rgba(255,255,255,0.8);
            opacity: 0;
            text-align: center;
        }

            #carousel .cycle-slideshow .slide-property .display-box a {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                z-index: 2;
            }

            #carousel .cycle-slideshow .slide-property .display-box h2 {
                color: #212121;
                font-size: 20px;
                margin-bottom: 15px;
            }

            #carousel .cycle-slideshow .slide-property .display-box p {
                color: #9B142C;
                font-size: 13px;
            }

            #carousel .cycle-slideshow .slide-property .display-box .btn-view-more {
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                bottom: 15px;
                left: 50%;
                margin-left: -10px;
                background-image: url(../img/png/view-arrow.png);
                background-position: center;
                background-size: 15px;
                background-repeat: no-repeat;
            }

            #carousel .cycle-slideshow .slide-property .display-box .display-center {
                width: 80%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
            }

.col.col3.latest.marginCustom.left {
    width: 48.43%;
}

.col.col3.latest.marginCustom.row1, .col.col3.latest.marginCustom.row2,
.col.col3.latest.marginCustom.central, .col.col3.latest.marginCustom.right {
    width: 25%;
}

.col.col3.latest.marginCustom {
    margin-right: 10px;
}

    .col.col3.latest.marginCustom.right {
        margin-right: 0;
    }

    .col.col3.latest.marginCustom .feed {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-size: 135%;*/
        position: relative;
        overflow: hidden;
    }

        .col.col3.latest.marginCustom .feed.big-box {
            padding: 50%;
        }

    .col.col3.latest.marginCustom.row1 .feed,
    .col.col3.latest.marginCustom.row2 .feed,
    .col.col3.latest.marginCustom.central .feed {
        padding: 47.7%;
        z-index: 0;
    }

        .col.col3.latest.marginCustom.row2 .feed.center-box,
        .col.col3.latest.marginCustom.row1 .feed.center-box,
        .col.col3.latest.marginCustom .feed.big-box,
        .col.col3.latest.marginCustom.right .feed.top-box,
        .col.col3.latest.marginCustom.central .feed.top-box,
        .col.col3.latest.marginCustom.central .feed.center-box {
            margin-bottom: 10px;
            margin-right: 10px;
        }

    /*.col.col3.latest.marginCustom.central .feed.bottom-box,
        .col.col3.latest.marginCustom.left .feed.small-box,
        .col.col3.latest.marginCustom .feed.big-box,
        .col.col3.latest.marginCustom.right .feed.bottom-box,
        .col.col3.latest.marginCustom.central .feed.top-box {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%);
            transition-duration: 0.8s;
            transition-property: transform;
            -o-transition-duration: 0.8s;
            -o-transition-property: transform;
            -ms-transition-duration: 0.8s;
            -ms-transition-property: transform;
            -moz-transition-duration: 0.8s;
            -moz-transition-property: transform;
            -webkit-transition-duration: 0.8s;
            -webkit-transition-property: transform;
        }

            .social .col.col3.latest.marginCustom.central .feed.bottom-box,
            .social .col.col3.latest.marginCustom.left .feed.small-box,
            .social .col.col3.latest.marginCustom .feed.big-box,
            .social .col.col3.latest.marginCustom.right .feed.top-box,
            .social .col.col3.latest.marginCustom.right .feed.bottom-box,
            .social .col.col3.latest.marginCustom.central .feed.top-box,
            .social .col.col3.latest.marginCustom.central .feed.center-box,
            .col.col3.latest.marginCustom.central .feed.bottom-box:hover,
            .col.col3.latest.marginCustom.left .feed.small-box:hover,
            .col.col3.latest.marginCustom .feed.big-box:hover,
            .col.col3.latest.marginCustom.right .feed.top-box:hover,
            .col.col3.latest.marginCustom.right .feed.bottom-box:hover,
            .col.col3.latest.marginCustom.central .feed.top-box:hover,
            .col.col3.latest.marginCustom.central .feed.center-box:hover {
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);  /*
            }

            .social .col.col3.latest.marginCustom.central .feed.bottom-box:hover,
            .social .col.col3.latest.marginCustom.left .feed.small-box:hover,
            .social .col.col3.latest.marginCustom .feed.big-box:hover,
            .social .col.col3.latest.marginCustom.right .feed.top-box:hover,
            .social .col.col3.latest.marginCustom.right .feed.bottom-box:hover,
            .social .col.col3.latest.marginCustom.central .feed.top-box:hover,
            .social .col.col3.latest.marginCustom.central .feed.center-box:hover,
            .col.col3.latest.marginCustom.central .feed.bottom-box:hover,
            .col.col3.latest.marginCustom.left .feed.small-box:hover,
            .col.col3.latest.marginCustom .feed.big-box:hover,
            .col.col3.latest.marginCustom.right .feed.top-box:hover,
            .col.col3.latest.marginCustom.right .feed.bottom-box:hover,
            .col.col3.latest.marginCustom.central .feed.top-box:hover,
            .col.col3.latest.marginCustom.central .feed.center-box:hover {
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
                filter: gray;
                -webkit-filter: grayscale(100%);
                transition-duration: 0.8s;
                transition-property: transform;
                -o-transition-duration: 0.8s;
                -o-transition-property: transform;
                -ms-transition-duration: 0.8s;
                -ms-transition-property: transform;
                -moz-transition-duration: 0.8s;
                -moz-transition-property: transform;
                -webkit-transition-duration: 0.8s;
                -webkit-transition-property: transform;
            }

*/
    .col.col3.latest.marginCustom .feed.small-box {
        padding: 24.7%;
    }

    .col.col3.latest.marginCustom.right .feed.top-box {
        padding: 40%;
        background-color: #fff;
    }

    .col.col3.latest.marginCustom.right .feed.bottom-box {
        padding: 104.7% 0;
    }

    .col.col3.latest.marginCustom .feed-msg {
        position: absolute;
        background-color: rgba(255,255,255,0.8);
    }

        .col.col3.latest.marginCustom .feed-msg.in {
            background-color: rgba(0,115,178,0.8);
        }

    /*
section.brick .col.col3.latest.marginCustom.left .feed.big-box .feed-msg {
    bottom: 0;
    left: 0;
    right: 0;
    top: 110%;
}

section.brick .col.col3.latest.marginCustom.left:hover .feed.big-box .feed-msg{
  top:86%;

}*/
    .col.col3.latest.marginCustom .feed .feed-msg.in .display-center h3 {
        color: #fff;
    }

    .col.col3.latest.marginCustom .feed .feed-msg.in .display-center p {
        color: #e6e6e6;
    }

    .col.col3.latest.marginCustom .feed .feed-msg.in .btn-view-more {
        background-image: url(../img/png/view-arrow-right.png);
    }

    .col.col3.latest.marginCustom.left .feed.big-box .feed-msg {
        top: 110%;
        left: 0;
        right: 0;
        bottom: -100%;
    }

    .col.col3.latest.marginCustom.left .feed.big-box:hover .feed-msg {
        top: 0;
        left: 0;
        right: 0;
        bottom: -0;
    }

    .col.col3.latest.marginCustom.row1 .feed.center-box .feed-msg,
    .col.col3.latest.marginCustom.row2 .feed.center-box .feed-msg,
    .col.col3.latest.marginCustom.left .feed.small-box .feed-msg,
    .col.col3.latest.marginCustom.central .feed.bottom-box .feed-msg,
    .col.col3.latest.marginCustom.central .feed.top-box .feed-msg,
    .col.col3.latest.marginCustom.central .feed.center-box .feed-msg {
        top: 110%;
        left: 0;
        right: 0;
        bottom: -100%;
    }

    .col.col3.latest.marginCustom.row1 .feed.center-box:hover .feed-msg,
    .col.col3.latest.marginCustom.row2 .feed.center-box:hover .feed-msg,
    .col.col3.latest.marginCustom.left .feed.small-box:hover .feed-msg,
    .col.col3.latest.marginCustom.central .feed.bottom-box:hover .feed-msg,
    .col.col3.latest.marginCustom.central .feed.top-box:hover .feed-msg,
    .col.col3.latest.marginCustom.central .feed.center-box:hover .feed-msg {
        top: 0;
        left: 0;
        right: 0;
        bottom: -0;
    }

    .col.col3.latest.marginCustom.right .feed.bottom-box .feed-msg {
        top: 110%;
        left: 0;
        right: 0;
        bottom: -100%;
    }

    .col.col3.latest.marginCustom.right .feed.bottom-box:hover .feed-msg {
        top: 0;
        left: 0;
        right: 0;
        bottom: -0;
    }

        .col.col3.latest.marginCustom.right .feed.bottom-box:hover .feed-msg.noHover, .col.col3.latest.marginCustom.central .feed.bottom-box:hover .feed-msg.noHover, .col.col3.latest.marginCustom.central .feed.top-box:hover .feed-msg.noHover, .col.col3.latest.marginCustom.right .feed.bottom-box .feed-msg.noHover, .col.col3.latest.marginCustom.central .feed.bottom-box .feed-msg.noHover, .col.col3.latest.marginCustom.central .feed.top-box .feed-msg.noHover {
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
        }

    .col.col3.latest.marginCustom .feed .feed-msg .display-center {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        text-align: center;
    }

        .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 {
            font-size: 16px;
            font-family: 'Lato-Regular';
            margin-bottom: 5px;
            color: #212121;
            text-align: center;
        }

            .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 strong {
                font-weight: 700;
            }

            .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 span {
                color: #9B142C !important;
            }

        .col.col3.latest.marginCustom .feed .feed-msg .display-center p {
            font-size: 14px;
            font-family: 'Lato-Regular';
            line-height: 22px;
            color: #212121;
            text-align: center;
        }

    .col.col3.latest.marginCustom .feed > a, .col.col3.latest.marginCustom .feed .feed-msg a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        display: block;
    }

    .col.col3.latest.marginCustom .feed a.allBox-Btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        display: block;
    }

        .col.col3.latest.marginCustom .feed a.allBox-Btn.tube {
            background-color: rgba(230,33,23,0.8);
            background-image: url(../img/png/video.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 80px;
        }

            .col.col3.latest.marginCustom .feed a.allBox-Btn.tube:hover {
                opacity: .9;
            }

    .social .col.col3.news.marginCustom .cycle-slideshow > div .btn-view-more, .col.col3.latest.marginCustom .feed .feed-msg .btn-view-more {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
        margin: 5px auto 0;
        background-image: url(../img/png/view-arrow.png);
        background-position: center;
        background-size: 15px;
        background-repeat: no-repeat;
    }

        .col.col3.latest.marginCustom .feed .feed-msg .btn-view-more.heart {
            background-image: url(../img/png/heart.png);
        }

            .col.col3.latest.marginCustom .feed .feed-msg .btn-view-more.heart:hover {
                opacity: .5;
            }

    .col.col3.latest.marginCustom .feed .logo-social {
        width: 30px;
        height: 30px;
        background-color: red;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        background-color: #212121;
        border-radius: 60px;
        z-index: 800;
    }

        .col.col3.latest.marginCustom .feed .logo-social.insta {
            background-image: url(../img/png/instaWhite.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.in {
            background-image: url(../img/png/in2.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.research {
            background-image: url(../img/png/researchWhite.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.news {
            background-image: url(../img/png/newsWhite.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.latestdeal {
            background-image: url(../img/png/latestdealWhite.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.youtube {
            background-image: url(../img/png/video.png);
        }

        .col.col3.latest.marginCustom .feed .logo-social.linkedin {
            background-image: url(../img/png/linkedIN-w.png);
        }

    .col.col3.latest.marginCustom.right .feed.top-box .ico {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #212121;
        border-radius: 60px;
        margin-bottom: 0;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        text-align: left;
    }

        .col.col3.latest.marginCustom .feed.top-box .display-center.twitter {
            top: 10px;
            padding-bottom: 20px;
            -webkit-transform: translateY(0%) translateX(-50%);
            -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
        }

        .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds {
            margin-top: 10px;
        }

            .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4 {
                font-family: Lato-Bold;
            }

            .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4, .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 {
                line-height: 18px;
                font-size: 13px;
                text-transform: lowercase;
            }

                .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 a {
                    color: #333;
                }

                    .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 a:hover {
                        color: #9B142C;
                    }

.red {
    color: #9B142C !important;
    font-family: Lato-Regular;
}

.col.col3.latest.news-feed {
    display: flex;
    float: none;
}
/*
.mobile-btn{
display:block;
padding:10px 25px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
display:none;
background-color:#9B142C;
color:#fff;
box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
font-family:Lato-Bold;
text-transform:uppercase;
font-size:15px;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
z-index: 700;
}*/
#footer {
    text-align: center;
}

    #footer .social-box {
        width: 236px;
        margin: 0 auto 40px;
    }

        #footer .social-box span {
            display: inline-block;
            width: 25px;
            height: 25px;
            border-radius: 50px;
            background-color: #212121;
            margin-right: 25px;
        }

            #footer .social-box span:last-child {
                margin-right: 0;
            }

    #footer h3 {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 30px;
        color: #000000;
    }

        #footer h3 a,
        #footer p a {
            color: #99132c;
        }

            #footer h3 a:hover,
            #footer p a:hover {
                color: #333333;
            }


    #footer p {
        color: #9B142C;
        text-transform: uppercase;
    }



.social-box .ico {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: relative;
}

    .social-box .ico:hover {
        opacity: .7;
    }

    .social-box .ico.insta {
        background-image: url(../img/png/insta.png);
    }

    .social-box .ico.in {
        background-image: url(../img/png/in.png);
    }

    .social-box .ico.gplus {
        background-image: url(../img/png/gplus.png);
    }

    .social-box .ico.tw {
        background-image: url(../img/png/tw.png);
    }

    .social-box .ico.tube {
        background-image: url(../img/png/tube.png);
    }

    .social-box .ico.fb {
        background-image: url(../img/png/fb.png);
    }

    .social-box .ico a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

#footer .social-box .ico.insta {
    background-image: url(../img/png/insta-w.png);
}

#footer .social-box .ico.in {
    background-image: url(../img/png/in-w.png);
}

#footer .social-box .ico.gplus {
    background-image: url(../img/png/gplus-w.png);
}

#footer .social-box .ico.tw {
    background-image: url(../img/png/tw-w.png);
}

.display-center .ico.tw {
    background-image: url(../img/png/tw-w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

#footer .social-box .ico.tube {
    background-image: url(../img/png/tube-w.png);
}

#footer .social-box .ico.fb {
    background-image: url(../img/png/fb-w.png);
}

#search-box {
    width: 100%;
    padding: 14%;
    height: 400px;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .brick h1, #search-box h1 {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-family: Lato-Bold;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    }

    #search-box .display-center {
        width: 1280px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-10%) translateX(-50%);
        -ms-transform: translateY(-10%) translateX(-50%);
        transform: translateY(-10%) translateX(-50%);
    }

    #search-box.Allpages {
        padding: 0;
        height: 320px;
    }

        #search-box.Allpages .display-center {
            -webkit-transform: translateY(-28%) translateX(-50%);
            -ms-transform: translateY(-28%) translateX(-50%);
            transform: translateY(-28%) translateX(-50%);
        }

    #search-box .cover {
        background-color: rgba(0,0,0,0.5);
    }

    #search-box .display-center .col.col5 {
        margin-top: 50px;
    }

        #search-box .display-center .col.col5.location {
            width: 29.4%;
        }

        #search-box .display-center .col.col5.all {
            width: 18.4%;
        }

            #search-box .display-center .col.col5.all.four {
                width: 22.4%;
            }

        #search-box .display-center .col.col5.btn {
            width: 3.4%;
            border: 0;
        }

        #search-box .display-center .col.col5.btn {
            border: 0;
        }

    #search-box input[type="submit"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        border: 1px solid #ccc;
        background: url(../img/png/searchLogo.png);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 40px;
        border: 1px solid #fff;
        top: -8px;
    }

        #search-box input[type="submit"]:hover {
            opacity: .5;
            cursor: pointer;
        }

select::-ms-expand {
    display: none;
}

#search-box input[type="text"], #search-box select {
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: Lato-Regular;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    font-style: normal;
}

#search-box select {
    background-image: url(../img/png/view-arrow-down.png);
    background-position: right 5px center;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow:;
}

#search-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    color: #fff;
}

    /*
#search-box input[type=checkbox]:after {
    content: attr(value);
    margin: 0 35px;
    vertical-align: top;
    white-space:nowrap;
    display: inline-block;
    font-family: Lato-Regular;
    font-size: 15px;
}
*/
    #search-box input[type="checkbox"] + label {
        color: #FFF;
        display: inline-block;
        position: relative;
        top: -5px;
        margin-left: 10px;
        font-family: Lato-Regular;
        font-size: 16px;
        width: 85%;
    }

    #search-box input[type="checkbox"]:checked + label {
        color: #fff;
    }

.col.col5.all.four {
    padding: 8px 30px;
    border-bottom: 1px solid #fff;
    word-wrap: break-word;
}

#search-box select option {
    color: #333;
}

.controll-panel {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
}

    .controll-panel p {
        text-align: center;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

    .controll-panel .col.col2, .controll-panel .col.col5 {
        background-repeat: no-repeat;
        background-position: 25% center;
        background-size: 20px;
        border-right: 1px solid #EBEBEB;
        padding: 10px 0;
    }

        .controll-panel .col.col5.AtoZ {
            background-image: url(../img/png/A-Z.png);
            background-position: 35% center;
        }

        .controll-panel .col.col2.list, .controll-panel .col.col5.list {
            background-image: url(../img/png/list.png);
        }

        .controll-panel .col.col2.grid, .controll-panel .col.col2.list {
            background-position: 38% center;
        }

        .controll-panel .col.col2.grid, .controll-panel .col.col5.grid {
            background-image: url(../img/png/grid.png);
        }

        .controll-panel .col.col5.size {
            background-image: url(../img/png/size.png);
            background-position: 35% center;
        }

        .controll-panel .col.col5.map {
            background-image: url(../img/png/map.png);
        }

        .controll-panel .col.col2:hover, .controll-panel .col.col2.active, .controll-panel .col.col5.active, .controll-panel .col.col5:hover {
            background-color: rgba(91,169,210,0.6);
            cursor: pointer;
        }

            .controll-panel .col.col5.active p, .controll-panel .col.col5:hover p {
                color: #fff;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            }

        .controll-panel .col.col5:first-child {
            border-left: 1px solid #EBEBEB;
        }

.property-list-box .col.col3:hover .post-image {
    opacity: .5;
}

/* GRID */
.property-list-box.grid .post-image {
    padding: 40%;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.property-list-box.grid .container {
    width: 100% !important;
}

.property-list-box.grid .post-text {
    padding: 10px 0 10px 30px;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
}

    .property-list-box.grid .post-text h2 a, .property-list-box.grid .post-text h2 {
        color: #333;
    }

    .property-list-box.grid .post-text h3 {
        color: #99132C;
    }

.property-list-box.grid .post-links, .property-list-box.grid .description, .property-list-box .size-open-top {
    display: none;
}

/* LIST */
.property-list-box.list .col.col3 {
    width: 100%;
    margin: 0 0 20px;
}

    .property-list-box.list .col.col3 .post-image {
        padding: 8.5% 12.92%;
        display: inline-block;
        float: left;
        position: relative;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #EEE;
    }

.property-list-box .col.col3 .post-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.property-list-box.list .col.col3 .post-text {
    display: inline-block;
    padding: 40px 30px;
    position: relative;
    line-height: 26px;
    width: 50%;
}

    .property-list-box.list .col.col3 .post-text h2 a, .property-list-box.list .col.col3 .post-text h2 {
        font-size: 18px;
        color: #99132C;
        font-weight: 600;
    }

    .property-list-box.list .col.col3 .post-text h3 {
        color: #333;
        font-size: 15px;
    }

    .property-list-box.list .col.col3 .post-text .description {
        padding: 20px 0 0;
    }

        .property-list-box.list .col.col3 .post-text .description ul li {
            display: inline-block;
            margin-right: 15px;
            padding: 2px 0 2px 20px;
            background: url(../img/png/bullet.png) 0 12px no-repeat;
            background-size: 6px;
        }

        .property-list-box.list .col.col3 .post-text .description h4 {
            font-size: 15px;
            color: #99132C;
        }

        .property-list-box.list .col.col3 .post-text .description p {
            font-size: 15px;
            color: #878787;
        }

.property-list-box.list .col.col3 .post-links {
    display: inline-block;
    width: 22%;
    float: right;
    padding: 40px 0;
}

    .property-list-box.list .col.col3 .post-links .btn {
        width: 100%;
        display: block;
        border: 1px solid #333;
        text-align: center;
        height: 40px;
        font-size: 16px;
        padding: 8px 0;
    }

        .property-list-box .col.col3 .post-text h2 a:hover, .property-list-box.list .col.col3 .post-links .btn:hover {
            opacity: .5;
        }

        .property-list-box.list .col.col3 .post-links .btn a {
            display: block;
            color: #333;
            font-weight: 600;
        }

        .property-list-box.list .col.col3 .post-links .btn.red {
            border: 1px solid #99132C;
            margin: 10px 0;
        }

            .property-list-box.list .col.col3 .post-links .btn.red a {
                color: #99132C;
            }

/* MAP */
.property-list-box .map-box {
    width: 100%;
    background-color: #ccc;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
}

    .property-list-box .map-box #map {
        width: 100%;
        height: 500px;
    }

.property-list-box.map .map-box {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    height: 500px;
}

.pages-link {
    margin: 20px auto 0;
    width: 625px;
}

    .pages-link ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .pages-link ul li:last-child {
            margin-right: 0;
        }

        .pages-link ul li a {
            display: block;
            color: #fff;
            background-color: rgba(91,169,210,0.6);
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 600;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

            .pages-link ul li a.active, .pages-link ul li a:hover {
                background-color: rgba(91,169,210,1);
            }

#enquireSimpleMain,
#enquireSimple {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 13000;
    display: none;
    /* opacity: 0; */
}


    #enquireSimpleMain .popup-container,
    #enquireSimple .popup-container {
        width: 720px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
        box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
        background: #333;
        padding: 40px 50px;
        color: #fff;
    }

    #enquireSimpleMain .popup-container {
        border: 20px solid #444;
    }


    #enquireSimple .popup-container .close {
        background: #222 url(../img/png/close.png) center center no-repeat;
        background-size: 24px;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 300;
    }

        #enquireSimple .popup-container .close:hover {
            opacity: .6;
        }

    #enquireSimpleMain .popup-container .logo,
    #enquireSimple .popup-container .logo {
        width: 100%;
        height: 80px;
        height: 130px;
        background: url(../img/png/logo.png) center center no-repeat;
        background-size: 200px;
        margin: 0 auto 20px;
        border-bottom: 1px solid #7c7a79;
    }

    #enquireSimpleMain .popup-container h3,
    #enquireSimple .popup-container h3 {
        text-align: center;
        padding-bottom: 20px;
        font-size: 25px;
        color: #ccc;
    }

    #enquireSimpleMain .popup-container h3 {
        margin: 50px 0 35px;
    }

    #enquireSimple .popup-container textarea, #enquireSimple .popup-container input, #enquireSimple .popup-container select {
        background: #444;
        display: block;
        border: 0;
        margin: 5px 0;
        width: 100%;
        padding: 18px;
        color: #a9a9a9;
        font-size: 16px;
    }

    #enquireSimple .popup-container select {
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 16px;
        color: #a9a9a9;
    }

    #enquireSimple .popup-container textarea {
        height: 150px;
    }

    #enquireSimple .popup-container input[type="submit"] {
        width: 260px;
        height: 60px;
        border: 1px solid #7c7a79;
        margin: 0 auto;
        background: transparent;
        text-align: center;
        font-size: 18px;
        margin-top: 30px;
        text-transform: uppercase;
        cursor: pointer;
        color: #fff;
    }

        #enquireSimple .popup-container input[type="submit"]:hover {
            opacity: .6;
        }

    #enquireSimple .popup-container textarea::-webkit-input-placeholder, #enquireSimple .popup-container input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #a9a9a9;
    }

    #enquireSimple .popup-container textarea:-moz-placeholder, #enquireSimple .popup-container input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #a9a9a9;
        opacity: 1;
    }

    #enquireSimple .popup-container textarea::-moz-placeholder, #enquireSimple .popup-container input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #a9a9a9;
        opacity: 1;
    }

    #enquireSimple .popup-container textarea:-ms-input-placeholder, #enquireSimple .popup-container input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #a9a9a9;
    }


.btnPopBox {
    width: 100%;
    text-align: center;
}

    .btnPopBox a.btnPop {
        padding: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        width: 200px;
        color: #fff;
        font-size: 18px;
        background-color: #444;
    }


.h .next-prev-controll {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 60px;
    background-color: #333;
    z-index: 700;
}

#prev, #next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 600;
    background-image: url(../img/png/arrowR2.png);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 0 50%;
    cursor: pointer;
}

#next {
    right: 20px;
}

#prev {
    left: 20px;
    background-image: url(../img/png/arrowsL2.png);
}

.h #prev, .h #next {
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #ddd;
}

.cycle-pager {
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .cycle-pager span {
        text-align: center;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        display: inline-block;
        border: 1px solid #fff;
        cursor: pointer;
        z-index: 10;
        border-radius: 30px;
    }

        .cycle-pager span.cycle-pager-active {
            background-color: #fff;
        }

.title-single-post {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    top: 140px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 700;
}

    .title-single-post h1 {
        font-size: 25px;
        color: #fff;
    }

    .title-single-post h2 {
        font-size: 20px;
        color: #FCFCFC;
        margin-top: 10px;
    }

.col.col2.column-left {
    padding: 40px 50px 30px 0;
    width: 65%;
    color: #858585;
    font-size: 15px;
    line-height: 22px;
}

.col.col2.column-right {
    width: 35%;
    background-color: #EEE;
    padding: 60px 50px;
}

.col.col2.column-left h2 {
    font-size: 18px;
    color: #99132C;
    padding-bottom: 10px;
    padding-top: 10px;
}

.col.col2.column-left h3 {
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.col.col2.column-left p {
    color: #858585;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

.seoText ul,
.col.col2.column-left ul {
    padding-bottom: 10px;
}

    .seoText ul li,
    .col.col2.profile-content-text .centerd-box ul li, .col.col2.column-left ul li {
        color: #858585;
        font-size: 15px;
        line-height: 22px;
        font-family: 'Lato-Regular';
        padding: 5px 0 5px 25px;
        background: url(../img/png/style-li.png) 0 8px no-repeat;
        background-size: 18px;
        text-align: left;
    }

.col.col2.profile-content-text .centerd-box ul {
    margin-bottom: 10px;
}

.col.col2.column-left .video {
    width: 100%;
    margin-top: 50px;
}

    .col.col2.column-left .video.top {
        margin-top: 0;
        margin-bottom: 20px;
    }


.col.col2.column-left .images-Allpages.single img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    width: 100%;
    margin-right: 15px;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    transform: none;
}


.col.col2.column-left .images-Allpages.single {
    background: none;
}

.col.col2.column-left .images-Allpages {
    background-color: #EEE;
    margin-bottom: 30px;
}

    .col.col2.column-left .images-Allpages img {
        max-height: 520px;
        top: 50% !important;
        left: 50% !important;
        width: 100%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .col.col2.column-left .images-Allpages.single {
        margin: 0 0 20px;
    }

.images-Allpages .control-panel {
    width: 100%;
    height: 40px;
    margin: 0;
}

    .images-Allpages .control-panel.empty {
        width: 100%;
        height: 0;
        margin: 0 0 30px;
    }

    .images-Allpages .control-panel #prev-1, .images-Allpages .control-panel #next-1 {
        width: 50%;
        height: 40px;
        background-color: #333;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .images-Allpages .control-panel #next-1 {
        border-right: 1px solid #666;
        background-image: url(../img/png/arrowR.png);
    }

    .images-Allpages .control-panel #prev-1 {
        background-image: url(../img/png/arrowL.png);
    }

        .images-Allpages .control-panel #prev-1:hover, .images-Allpages .control-panel #next-1:hover {
            opacity: .8;
        }

.col.col2.column-left .video video {
    width: 100%;
    margin-bottom: 50px;
}

.col.col2.column-left .pageImage {
    margin: 0 0 30px;
    width: 100%;
    background: #EEE;
    text-align: center;
}

    .col.col2.column-left .pageImage img {
        display: inline-block;
        max-height: 480px;
    }

#maps {
    width: 100%;
    height: 400px;
}

#map-contact {
    width: 100%;
    height: 500px;
}

.col.col2.column-right .box-view h3 {
    font-size: 25px;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.col.col2.column-right .box-view p {
    color: #858585;
    font-size: 15px;
    line-height: 22px;
}

.col.col2.column-right .box-view a {
    color: #858585;
    font-size: 15px;
    line-height: 22px;
}

    .col.col2.column-right .box-view a:hover {
        color: #99132C;
    }

.col.col2.column-right .box-view p.red {
    color: #99132C;
}

.col.col2.column-right .box-view .info-box {
    margin-bottom: 20px;
}

.col.col2.column-right .cycle-slideshow .info-box a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 900;
}

.col.col2.column-right .box-view {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.btn, .btn a, .col.col2.column-right .btn a {
    display: block;
    color: #333;
    font-weight: 600;
}

.btn, .col.col2.column-right .btn {
    width: 100%;
    display: block;
    border: 1px solid #333;
    text-align: center;
    height: 40px;
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 10px;
}

    .btn:hover {
        border: 1px solid #99132C;
        color: #99132C;
    }

.btnBrochure {
    padding-top: 15px;
}

    .btnBrochure a {
        width: 100%;
        display: block;
        background-color: #444;
        color: #a9a9a9;
        border: 1px solid #a9a9a9;
        text-align: center;
        height: 40px;
        font-size: 16px;
        padding: 8px 0;
        margin-bottom: 10px;
    }

        .btnBrochure a:hover {
            border: 1px solid #a9a9a9;
            color: #858585;
        }

.btn.contact-form {
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}

.col.col2.column-right .btn:hover {
    border: 1px solid #99132C;
    margin: 10px 0;
}

    .btn:hover a, .col.col2.column-right .btn:hover a {
        color: #99132C;
    }

.col.col2.column-right .link-box {
    margin: 25px 0;
}

.col.col2.column-right .box-view.noBorder {
    border: 0;
    padding-bottom: 10px;
}

.team .col.col3 {
    padding: 16%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team {
    padding: 2% 2% 0;
}

    .team .col.col4 .image-profile {
        padding: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 2%;
    }

    .team .col.col4 .profile-title-box {
        position: relative;
        width: 100%;
        background-color: rgba(255,255,255,0.7);
    }

        /*
.team .col.col4 > a,
.team .col.col3 > a {
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
*/
        .col.col3.text-research h2, .team .col.col4 .profile-title-box h2 {
            font-size: 15px;
            padding: 10px 20px 5px;
            color: #99132C;
            font-weight: 600;
        }

        .team .col.col4 .profile-title-box h3 {
            font-size: 14px;
            padding: 0 20px;
        }

        .team .col.col4 .profile-title-box p {
            font-size: 14px;
            padding: 5px 20px 0;
            color: #333;
        }

    .team .col.col3 .profile-title-box h2 {
        background-color: rgba(255,255,255,0.9);
        font-size: 17px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        position: absolute;
        left: 0;
        bottom: 90px;
        color: #99132C;
        font-weight: 600;
    }

    .team .col.col3 .profile-title-box h3 {
        background-color: rgba(255,255,255,0.9);
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        position: absolute;
        left: 0;
        bottom: 45px;
    }

    /*
.team .col.col3 .profile-title-box h4{
background-color: rgba(255,255,255,0.9);
font-size: 16px;
height:45px;
line-height: 45px;
padding: 0 20px;
position: absolute;
left: 0;
bottom:0;
right:0;
}
*/
    .team .col .plus {
        width: 40px;
        height: 40px;
        background: #99132c;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 10;
        overflow: hidden;
    }

        .team .col .plus span.ico {
            background: url(../img/png/plusBlack.png) center center no-repeat;
            background-size: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            z-index: 10;
        }

        .team .col .plus:hover {
            width: 240px;
        }

        .team .col .plus.x3:hover {
            width: 120px;
        }

        .team .col .plus span.ico {
            background: url(../img/png/plusBlack.png) center center no-repeat;
            background-size: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            z-index: 10;
        }

        .team .col .plus:hover span.ico {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
        }

    .team .portfolio:hover .col {
        opacity: .3;
    }

    .team .portfolio .col:hover {
        opacity: 1;
    }

    .team .col .plus .social {
        width: 200px;
        height: 40px;
        left: -240px;
        top: 0;
        position: absolute;
    }

    .team .col .plus:hover .social {
        left: 0;
    }

    .team .col .plus .social a.long-btn {
        width: 100px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 40px;
    }

    .team .col .plus .social a {
        float: left;
        width: 40px;
        height: 40px;
        background-size: 30px;
    }

        .team .col .plus .social a.in {
            background-image: url(../img/png/in2.png);
        }

        .team .col .plus .social a.form {
            background-image: url(../img/png/email.png);
        }

        .team .col .plus .social a:hover {
            background-color: #111;
        }

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
}

.team .col.col3:hover {
    opacity: .9;
}

.contact-links {
    width: 565px;
    margin: 0 auto;
    padding: 40px 0 80px;
}

.phone-box {
    margin-right: 40px;
}

    .mail-box .icon.mail, .phone-box .icon.phone {
        background-position: 50% 0;
    }

.contact-links .text-contact {
    position: relative;
    top: -8px;
}

.phone-box .icon, .mail-box .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.phone-box, .mail-box, .phone-box span, .mail-box span {
    display: inline-block;
}

    .phone-box span a, .mail-box span a {
        font-size: 19px;
        color: #6E6E6D;
    }

    .phone-box .icon.phone {
        background-image: url(../img/png/subnav-tel.png);
        background-size: 30px;
    }

    .mail-box .icon.mail {
        background-image: url(../img/png/subnav-mail.png);
        background-size: 30px;
    }

    .mail-box:hover .icon.mail, .phone-box:hover .icon.phone {
        background-position: 50% 30px;
    }

    .mail-box:hover span a, .phone-box:hover span a {
        color: #99132c;
    }

.col.col2.profile-content-text {
    padding: 0 15px 0 0;
    width: 51%;
}

    .col.col2.profile-content-text p {
        margin-bottom: 20px;
        color: #858585;
        font-size: 15px;
        line-height: 22px;
    }

.team-page .col.col2.profile-content-image {
    padding: 22%;
    background-size: cover;
    width: 45%;
}

.col.col2.profile-content-text h2 {
    color: #9B142C;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Lato-Light;
}

.col.col2.profile-content-text .ico.in {
    width: 30px;
    height: 30px;
    background-image: url(../img/png/in2.png);
    background-size: 20px;
    background-color: #99132c;
    display: inline-block;
    border-radius: 60px;
}

    .col.col2.profile-content-text .ico.in:hover {
        background-color: #333;
    }

.col.col3.contact-info {
    padding: 16%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .col.col3.contact-info:hover {
        cursor: pointer;
    }

    .col.col3.contact-info .info-box-contact {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(255,255,255,1);
        z-index: 2;
    }

    .col.col3.contact-info .cover {
        background-color: rgba(0,0,0,0.5);
    }

    .col.col3.contact-info .info-box-contact .center-div {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .col.col3.contact-info .info-box-contact .center-div h2 {
            font-size: 18px;
            padding: 0 0 10px;
        }

    /*
.col.col3.contact-info:after{
content:'Offices Contacts';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size:30px;
text-align:center;
color:#fff;
}
*/
    .col.col3.contact-info.a {
        background-color: #99132c;
    }

        .col.col3.contact-info.a .info-box-contact {
            background-color: transparent;
        }

            .col.col3.contact-info.a .info-box-contact .center-div h2 {
                color: #ccc;
            }

            .col.col3.contact-info.a .info-box-contact .center-div a, .col.col3.contact-info.a .info-box-contact .center-div p {
                color: #fff;
                font-size: 15px;
                padding: 2px 0;
            }

                .col.col3.contact-info.a .info-box-contact .center-div a:hover {
                    color: rgba(91,169,210,1);
                }

    .col.col3.contact-info .info-box-contact .center-div a, .col.col3.contact-info .info-box-contact .center-div p {
        color: #666;
        font-size: 15px;
        padding: 2px 0;
    }

        .col.col3.contact-info .info-box-contact .center-div a:hover {
            color: #99132c;
        }

    .col.col3.contact-info .info-box-contact .center-div ul {
        padding: 15px 0;
    }

        .col.col3.contact-info .info-box-contact .center-div ul li {
            color: #99132c;
            font-size: 15px;
            font-weight: 600;
        }

            .col.col3.contact-info .info-box-contact .center-div ul li a {
                color: #8c8c8c;
                font-size: 15px;
                font-weight: 500;
            }

                .col.col3.contact-info .info-box-contact .center-div ul li a:hover {
                    color: #99132c;
                }

    .col.col3.contact-info.f .info-box-contact, .col.col3.contact-info.e .info-box-contact, .col.col3.contact-info.d .info-box-contact, .col.col3.contact-info.c .info-box-contact, .col.col3.contact-info.b .info-box-contact {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.minicontainer {
    margin-top: 60px;
}

    .minicontainer .col.col2.input {
        width: 90.5%;
    }

    .minicontainer .col.col2.btn {
        width: 5.5%;
    }

.client.grid {
    padding: 0 2%;
}

.client .col.col5.a {
    background-color: #f2f2f2;
}

.client .col.col5.b {
    background-color: #eee;
}

.client .col.col5 {
    margin-top: 2%;
}

    .client .col.col5 .cycle-slideshow > div {
        width: 100%;
        padding: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

.social .col.col3.news.marginCustom {
    margin-right: 10px;
    margin-top: 10px;
    width: 32.81%;
}

    .social .col.col3.news.marginCustom.last {
        margin-right: 0;
    }

.cycle-slideshow.news-feeds-social > div {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col.col3.latest.marginCustom .feed .cycle-slideshow.news-feeds-social {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

    .col.col3.latest.marginCustom .feed .cycle-slideshow.news-feeds-social > div {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
    }

.social .col.col3.news.marginCustom .cycle-slideshow.news-feeds-social > div {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50%;
}

/*
.cycle-slideshow.news-feeds-social > div .display-center{
position:absolute!important;
top:10px!important;
right:10px!important;
bottom:10px!important;
left:10px!important;
background-color:rgba(255,255,255,0.8)!important;
z-index:1!important;
width:auto!important;
-webkit-transform:none!important;
-moz-transform:none!important;
-ms-transform:none!important;
-o-transform:none!important;
transform:none!important;
opacity:1;
}
.cycle-slideshow.news-feeds-social > div:hover .display-center{
opacity:1;
}
*/
.cycle-slideshow.news-feeds-social > div .display-center {
    position: absolute !important;
    right: 0 !important;
    top: 110% !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(255,255,255,0.8) !important;
    z-index: 1 !important;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1;
}

.cycle-slideshow.news-feeds-social:hover > div .display-center {
    right: 0 !important;
    top: 75% !important;
    bottom: 0 !important;
    left: 0 !important;
}

.three-col-news .cycle-slideshow > div .suspended, .cycle-slideshow.news-feeds-social > div .display-center .suspended {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cycle-slideshow.news-feeds-social > div .display-center .suspended {
    width: 85%;
}

.three-col-news .cycle-slideshow > div a, .cycle-slideshow.news-feeds-social > div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
}

.three-col-news .cycle-slideshow > div .feed-news-text h3, .cycle-slideshow.news-feeds-social > div .display-center .suspended h3 {
    font-size: 20px;
    font-family: 'Lato-Regular';
    margin-bottom: 20px;
    color: #212121;
}

.three-col-news {
    background-color: #f2f2f2;
    margin-top: 80px;
}

.cycle-slideshow.news-feeds-social > div .display-center .suspended h3 {
    text-align: center;
    font-size: 14px;
}

.cycle-slideshow.news-feeds-social > div .display-center .suspended h3 {
    margin-bottom: 0;
}

.three-col-news .cycle-slideshow > div .feed-news-text p, .cycle-slideshow.news-feeds-social > div .display-center .suspended p {
    font-size: 14px;
    font-family: 'Lato-Regular';
    line-height: 22px;
    color: #212121;
}

.brick {
    background-image: url(../img/jpg/brick.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 140px;
}

    .brick h1 {
        padding: 40px 0;
    }

.testimonial-text {
    color: #737373;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.testimonial-text-sign {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
}

.col.custom.contact-info {
    width: 66.66%;
    padding: 15.99%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.client.list {
    display: none;
}

.client.grid.active {
    opacity: 1;
}

.company-list-box ul {
    max-height: 400px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,0.1);
}

    .company-list-box ul li {
        display: block;
        padding: 30px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        color: #333;
        font-size: 16px;
    }

        .company-list-box ul li a {
            color: #333;
        }

.three-col-news .cycle-slideshow > div {
    width: 100%;
    padding: 50%;
    background-color: #ccc;
    position: relative;
}

    .three-col-news .cycle-slideshow > div .feed-news-text {
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
    }

.col.col3.marginCustom.latest-news, .three-col-news .col.col3.marginCustom {
    width: 32.33%;
    margin: 0 .5%;
}

.three-col-news .feed-news-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col.col3.marginCustom.latest-news {
    margin: 0 .5% 15px;
    border: 1px solid #eee;
}

    .col.col3.marginCustom.latest-news .latest-news-image {
        padding: 25%;
        background-color: #ccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .col.col3.marginCustom.latest-news .latest-news-text {
        padding: 20px;
    }

        .col.col3.marginCustom.latest-news .latest-news-text h3 {
            font-size: 14px;
            padding-bottom: 10px;
            text-transform: uppercase;
            color: #333;
            line-height: 20px;
            font-weight: 700;
        }

        .col.col3.marginCustom.latest-news .latest-news-text small {
            padding: 0 0 10px;
            color: #B8B8B8;
            display: block;
            font-size: 13px;
        }

        .profile-title-box a, .col.col3.marginCustom.latest-news .latest-news-text a {
            text-decoration: none;
            line-height: 20px;
            font-size: 14px;
            padding: 10px 0;
            font-weight: 700;
            display: block;
            color: #99132c;
        }

.news-container {
    position: relative;
    display: block;
}

.property-address {
    position: absolute;
    display: block;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    background: #1f2428;
    color: #ffffff;
    opacity: .9;
    filter: alpha(opacity=90);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 10px;
}

    .property-address.hide {
        display: none;
    }


.profile-title-box a {
    padding: 10px 20px 15px;
}

#grid[data-columns]::before {
    content: '3 .column.size-1of3';
}

#grid > .size-1of3 {
    width: 32.33%;
    margin: 20px .5%;
}

#grid > .size-1of2 {
    width: 49%;
    margin: 20px .5%;
}

/* These are the classes that are going to be applied: */
.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.col.col3.marginCustom.latest-news {
    width: 100% !important;
}

    .col.col3.marginCustom.latest-news img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

.column-research {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

/*
.column-research.top{
padding-top:30px;
}*/
.col.col3.image-reseach {
    width: 21%;
    padding: 7%;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col.col3.text-research {
    width: 62%;
    padding: 30px;
}

    .col.col3.text-research h2 {
        text-transform: uppercase;
        padding: 0 0 20px;
    }

.col.col3.button-research {
    width: 17%;
    padding: 7%;
    border: 1px solid #e6e6e6;
    background-image: url(../img/png/download.png);
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
}

    .col.col3.button-research:hover {
        background-position: 50% 181px;
        background-color: #99132c;
        cursor: pointer;
    }

/*
#map-container{
margin-top:140px;
}

.parallax{
margin-top: 93px;
width: 100%;
background-size: cover;
padding: 9%;
}

*/
.page-contact {
    text-align: center;
    padding: 80px 0;
    background-color: #f2f2f2;
}

    .page-contact h2 {
        text-align: center;
        font-size: 30px;
        color: #333;
        font-family: Lato-Bold;
        padding-bottom: 10px;
    }


    .page-contact h3 {
        text-align: center;
        font-size: 22px;
        color: #333;
        font-family: Lato-Bold;
        padding-bottom: 25px;
    }

.service-tabs img {
    width: 750px;
    max-height: 500px;
    margin: 5px 0 10px;
}

.col.col2.image-people-sidebar {
    padding: 15%;
    margin-right: 10px;
    background-color: #ccc;
    background-position: center;
    background-size: 100%;
    width: 30%;
}

.col.col2.people-sidebar {
    padding: 15%;
    width: 65%;
}

.centered-box-sidebar {
    word-wrap: break-word;
    top: 50%;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.padding.research {
    padding: 2% 0 0;
}

.page-contact p {
    margin: 5px 0;
}

.page-contact a {
    color: #9B142C;
}

.social .col.col3.latest.marginCustom.right .feed.bottom-box {
    padding: 47.7% 0;
    margin-bottom: 10px;
}

.social .col.col3.latest.marginCustom.right .feed.top-box {
    padding: 97% 0;
    background-color: #fff;
}

.col.col3.latest.marginCustom.right .feed.bottom-box.social {
    padding: 47.7% 0;
    margin-bottom: 10px;
}

.col.col3.latest.marginCustom.right .feed.top-box.social {
    padding: 97% 0;
    background-color: #fff;
}

    .col.col3.latest.marginCustom.right .feed.top-box.social.tw {
        overflow-y: auto;
    }

.property table {
    width: 100%;
    margin: 20px 0;
}

    .property table th {
        color: #858585;
        padding: 10px 5px;
        font-size: 15px;
        line-height: 22px;
        border: 1px solid #ccc;
    }

.property .table-content {
    width: 100%;
}

.property .col.col2.list-content {
    margin-bottom: 20px;
}

.team-page > div.container {
    width: 960px;
}

.col.col3.latest.marginCustom.left .feed.big-box .feed-msg, .col.col3.latest.marginCustom.left .feed.small-box.linked .feed-msg.in {
    top: 110%;
    left: 0;
    right: 0;
    bottom: -100%;
}

/*.col.col3.latest.marginCustom .feed.big-box:hover .feed-msg {
    top: 85% !important;
}*/
.col.col3.latest.marginCustom .feed.big-box:hover .feed-msg {
    top: 0 !important;
}

.col.col3.latest.marginCustom.left .feed.small-box:hover .feed-msg.in {
    top: 70%;
}

.controll-panel .col.col5 {
    width: 25%;
}

    .controll-panel .col.col5.size {
        padding: 0;
    }

        .controll-panel .col.col5.size select {
            width: 100%;
            margin: 0;
            padding: 10px;
            background-image: url(../img/png/view-arrow-down-red.png);
            background-position: right 5px center;
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center right 10px;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-overflow:;
            border: 0;
        }

        .controll-panel .col.col5.size select {
            text-align: center;
            font-size: 16px;
            color: #333;
            font-weight: 600;
        }

select::-ms-expand {
    display: none;
}

.ribon {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    background-color: #99132C;
    padding: 5px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 200;
}

    .ribon.right {
        right: 0;
        left: auto;
        background-image: url(../img/png/ph.png);
        background-position: center left 10px;
        background-size: 25px;
        background-repeat: no-repeat;
        width: 70px !important;
        padding: 5px 15px;
        text-align: right;
        background-color: #333333;
    }

.col.col2.column-left .images-Allpages .cycle-slideshow > div {
    width: 100%;
    padding: 33.34%;
    background-color: #EEE;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.col.col2.column-left .images-Allpages .cycle-slideshow > a {
    width: 100%;
    padding: 33.34%;
    background-color: #EEE;
    background-color: #FFF;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.light-view {
    opacity: .4;
}

ul.insta-likes {
    width: 100px;
    margin: 0 auto;
}

    ul.insta-likes li {
        padding: 11px 0 10px 5px;
        background: url(../img/png/heart.png) 0 8px no-repeat;
        background-size: 20px;
    }

#search-box .display-center .col.col5.location #ctl00_ContentPlaceHolder1_SearchNav_rcbLocation {
    width: 100% !important;
}

#search-box .display-center .col.col5.location #ctl00_ContentPlaceHolder1_SearchNav_rcbLocation_Arrow {
    display: none;
}

#search-box .display-center .col.col5.location .rcbScroll.rcbWidth {
    overflow: auto;
}

















#carousel div.slide {
    width: 100%;
    padding: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




    #carousel div.slide .display-box {
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        background-color: rgba(255,255,255,0.8);
        z-index: 1000;
        opacity: 0;
    }

#carousel .col.col4:hover div.slide .display-box {
    opacity: 1;
}

#carousel div.slide .display-box .display-center {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

#carousel div.slide .display-box h2 {
    color: #212121;
    font-size: 20px;
    margin-bottom: 15px;
}

#carousel div.slide .display-box p {
    color: #9B142C;
    font-size: 13px;
}

#carousel div.slide .display-box .btn-view-more {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -10px;
    background-image: url(../img/png/view-arrow.png);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}



#carousel div.slide .display-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}



.team .col.col4 {
    width: 24%;
    margin: 0 0.5%;
}





/*========== HOME PG - CLIENT BOXES ============*/

.client-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.client-img {
    width: 25%;
    padding: 5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}





/*.bullets {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0px -50px 50px 20px rgba(0,0,0,0.3);
}*/

/*.bullets {
    padding: 20px 50px 0;
    background-color: #333;
}*/

.bullets h4 {
    font-size: 24px;
    margin-bottom: 30px;
    /*color: #a9001f;*/
    color: #fff;
    font-style: italic;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    /*float: left;
    width: 48%;*/
    text-align: center;
}

    .bullets h4:first-of-type {
        /*text-align: left;*/
        /*margin-right: 4%;*/
    }

/*.bullets h4:last-of-type {
    text-align: right;
}*/

/*.bullets h4:last-of-type {
    margin-bottom: 0 !important;
}*/


.client-box .col.col5 {
    float: left !important;
    clear: none !important;
    width: 20% !important;
    margin: 0 !important;
}

    .client-box .col.col5 .slide {
        position: relative;
        padding: 25%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
    }

/* ----------- nav mobile --------------- */
#header .nav-button {
    display: block;
}

html.mobile #layout {
}

html.mobile #navm {
    left: 0;
    opacity: 1;
    visibility: visible;
}

html.mobile .container {
    width: 1200px;
}

.slide.hero.cycle-slide.cycle-slide-active {
    top: -300px !important;
}

/* -- media desktop -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1320px) {

    html.mobile .container {
        width: 875px;
    }

    #search-box .display-center, .container {
        width: 900px;
    }

    #header .col.col2.right ul.nav li a {
        font-size: 14px;
        padding: 30px 7px;
    }

    .search {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: 8px;
    }

    .col.col3.latest.marginCustom.central, .col.col3.latest.marginCustom.right {
        width: 24.7%;
    }

    .col.col3.latest.marginCustom .feed.small-box {
        padding: 24.75%;
    }

    .col.col3.latest.marginCustom.central .feed {
        padding: 48.15%;
    }

    .col.col3.latest.marginCustom.right .feed.bottom-box {
        padding: 106.6% 0;
    }

    .col.col3.latest.marginCustom .feed .feed-msg .btn-view-more {
        margin: 5px auto 0;
    }

    .col.col3.latest.marginCustom .feed .feed-msg .display-center p {
        font-size: 14px;
        line-height: 16px;
    }

    .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4, .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 {
        line-height: 16px;
        font-size: 12px;
    }

    .col.col3.latest.marginCustom.right .feed.top-box .ico {
        margin-bottom: 0;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds {
        margin-top: 5px;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center {
        width: 90%;
    }

    #search-box input[type="text"], #search-box select {
        font-size: 16px;
    }

    .controll-panel .col.col5 {
        background-position: 20% center;
        background-size: 15px;
    }

        .controll-panel .col.col5.AtoZ, .controll-panel .col.col5.size {
            background-position: 30% center;
        }

    .property-list-box.list .col.col3 .post-text .description {
        padding: 15px 0 0;
    }

    .property-list-box.list .col.col3 .post-text {
        padding: 14px 20px;
        line-height: 24px;
    }

    .property-list-box.list .col.col3 .post-links {
        padding: 15px 0;
    }

    .title h2 {
        padding: 20px 130px;
    }

    .col.col2.profile-content-text {
        padding: 0;
    }

    .col.col3.contact-info .info-box-contact .center-div ul li a {
        font-size: 13px;
    }

    .col.col3.contact-info .info-box-contact .center-div {
        width: 90%;
    }

        .col.col3.contact-info .info-box-contact .center-div ul {
            padding: 10px 0;
        }

    .col.col3.contact-info:after {
        font-size: 22px;
    }

    .property-list-box.grid .post-text {
        padding: 10px 5px 0;
        font-size: 14px;
        line-height: 22px;
        min-height: 70px;
    }

    .cycle-slideshow.news-feeds-social > div .display-center .suspended h3 {
        font-size: 14px;
    }

    .cycle-slideshow.news-feeds-social > div .display-center .suspended p {
        font-size: 13px;
        line-height: 17px;
    }

    .social .col.col3.news.marginCustom {
        width: 32.63%;
    }

    .title p {
        padding: 0 150px;
    }

    .col.col3.text-research {
        padding: 10px 20px;
    }

    .service-tabs img {
        width: 100%;
    }



    .social .col.col3.latest.marginCustom.right .feed.top-box {
        padding: 98.6% 0;
    }



    .cycle-slideshow.news-feeds-social > div .display-center {
        height: 60px;
    }

    #search-box input[type="checkbox"] {
        width: 15px;
    }

    .col.col5.all.four {
        padding: 8px 15px;
    }

    #search-box input[type=checkbox]:after {
        content: attr(value);
        margin: 1px 0 0 23px;
        font-size: 12px;
    }

    #search-box input[type="checkbox"] + label {
        font-size: 13px;
        width: 85%;
    }

    .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 {
        font-size: 14px;
        margin-bottom: 0;
    }




    .col.col3.latest.marginCustom.right .feed.bottom-box.social {
        padding: 48.2% 0;
    }

    .col.col3.latest.marginCustom.right .feed.top-box.social {
        padding: 98% 0;
        background-color: #fff;
    }


    #carousel div.slide .display-box h2 {
        font-size: 15px;
    }
}


@media screen and (max-width: 1200px) {

    html.mobile .container {
        width: 780px;
    }

    #header .col.col2.right .top-bar {
        width: 90%;
    }

    .home-btn.top-btn {
        margin-top: 11px;
    }

    #header .col.col2.right .social-box {
        padding: 5px 12px;
    }

    #header .col.col2.right .top-bar {
        width: 108%;
    }

    .col.col3.latest.marginCustom.right .feed.top-box.social {
        padding: 98.4% 0;
        background-color: #fff;
    }

    #search-box .display-center, .container {
        width: 960px;
    }


    .col.col2.image-people-sidebar {
        padding: 32%;
        width: 65%;
        margin: 0 auto;
        float: none;
    }

    .col.col2.people-sidebar {
        padding: 0;
        width: 100%;
    }

    .centered-box-sidebar {
        top: 0;
        margin-top: 10px;
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }

    .col.col2.column-right .box-view .info-box {
        text-align: center;
    }

    .col.col2.column-right .box-view h3 {
        text-align: center;
    }
}






/* -- media ipad -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .team-page > div.container, .minicontainer, #search-box .display-center, .container {
        width: 720px;
    }

    .search {
        display: none;
    }

    /* ----------- nav mobile --------------- */
    #header .nav-button {
        display: block;
    }

    html.mobile #layout {
    }

    html.mobile #navm {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    html.mobile body {
        overflow: hidden;
    }

    html.mobile #layout {
        margin-left: 220px;
        margin-right: -220px;
    }

        html.mobile #layout .overlay {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }

            html.mobile #layout .overlay:hover {
                background: rgba(0,0,0,0);
            }

    #header {
        /*position: absolute;*/
        height: 80px;
    }

        #header .col.col2.right {
            display: none;
        }

        #header .col.col2.left .logo {
            width: 120px;
        }

        #header .col.col2.left {
            padding: 8px 0;
            width: 17%;
        }

    .centered-box {
        width: 600px;
    }

        .centered-box h2 {
            font-size: 25px;
            margin-top: 15px;
        }

        .centered-box h1 {
            font-size: 21px;
            margin-bottom: 30px;
        }

    #carousel .cycle-slideshow .slide-property .display-box {
        opacity: 1;
    }

    .col.col3.latest.marginCustom {
        margin: 0;
    }

        .col.col3.latest.marginCustom.central, .col.col3.latest.marginCustom.right, .col.col3.latest.marginCustom.left {
            width: 100%;
        }

        .col.col2.profile-content-image, .col.col3.latest.marginCustom .feed {
            width: 50% !important;
            padding: 25% !important;
            float: left !important;
        }

    .col.col2.profile-content-image {
        margin: 0 auto !important;
        float: none !important;
    }

    .contact-links {
        padding: 30px 0;
    }

    .col.col2.profile-content-text .centerd-box {
        padding: 20px;
    }

    .col.col3.latest.marginCustom.central .feed {
        width: 33.33% !important;
        padding: 16% !important;
        float: left !important;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center {
        width: 80%;
    }

        .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds {
            margin-top: 5px;
        }

            .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4, .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 {
                line-height: 15px;
                font-size: 12px;
            }

    /*
        .feed-msg{
        display:none!important;
        }
        */
    .mobile-btn {
        display: none !important;
    }

    .col.col3.latest.marginCustom .feed .feed-msg {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    #search-box select {
        background-position: right 0 center;
        background-size: 15px;
    }

    #search-box input[type="text"], #search-box select {
        font-size: 14px;
    }

    .controll-panel .col.col5.AtoZ, .controll-panel .col.col5.size {
        background-position: 25% center;
    }

    .controll-panel .col.col5 {
        background-position: 10% center;
    }

    .property-list-box.list .col.col3 .post-text {
        line-height: 20px;
        padding: 10px;
    }

    .property-list-box.list .col.col3 .post-links {
        padding: 18px 0;
    }

        .property-list-box.list .col.col3 .post-links .btn {
            height: 35px;
            font-size: 14px;
            padding: 7px 0;
        }

    .property-list-box.list .col.col3 .post-image {
        padding: 9% 13.7%;
    }

    .property-list-box.list .col.col3 .post-text h2 a, .property-list-box.list .col.col3 .post-text h2 {
        font-size: 14px !important;
    }

    .title-single-post {
        top: 80px;
    }

    .col.col2.column-left, .col.col2.column-right {
        padding: 40px 30px;
    }

    #search-box.Allpages {
        height: 200px;
    }

        #search-box.Allpages .display-center {
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
        }

    .title h2 {
        font-size: 20px;
        padding: 0 0 20px;
    }

    .padding.bottom.pages {
        padding: 30px 0 0;
    }

        .padding.bottom.pages .title {
            padding-bottom: 30px;
        }

    .team .col .plus {
        display: none;
    }

    .col.col2.profile-content-text {
        padding: 0;
        width: 100%;
    }

    .col.col3.contact-info {
        width: 50%;
        padding: 25%;
    }

        .col.col3.contact-info:after {
            font-size: 24px;
        }

        .col.col3.contact-info.f:hover .info-box-contact, .col.col3.contact-info.e:hover .info-box-contact, .col.col3.contact-info.d:hover .info-box-contact, .col.col3.contact-info.c:hover .info-box-contact, .col.col3.contact-info.b:hover .info-box-contact, .col.col3.contact-info.f .info-box-contact, .col.col3.contact-info.e .info-box-contact, .col.col3.contact-info.d .info-box-contact, .col.col3.contact-info.c .info-box-contact, .col.col3.contact-info.b .info-box-contact {
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
        }

        .col.col3.contact-info .info-box-contact {
            background-color: rgba(255,255,255,0.9);
        }

    .property-list-box.grid .post-text {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .minicontainer .col.col2.btn {
        margin-top: 20px;
    }

    .controll-panel .col.col2.grid, .controll-panel .col.col2.list {
        background-position: 35% center;
    }

    .social .col.col3.news.marginCustom {
        width: 32.4%;
    }

    /*
        .cycle-slideshow.news-feeds-social > div .display-center{
        display:none;
        }
        */
    #carousel .cycle-slideshow .slide-property {
        width: 356px;
    }

    .social .col.col3.news.marginCustom {
        width: 33.33%;
        float: left;
        margin: 0;
    }

    .cycle-slideshow.news-feeds-social > div .display-center, .col.col3.latest.marginCustom .feed .feed-msg {
        /*top: 10px!important;*/
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        height: auto;
    }

    .team .col.col3 .profile-title-box h2 {
        font-size: 14px;
        padding: 0 10px;
    }

    .team .col.col3 .profile-title-box h3 {
        font-size: 14px;
        padding: 0 10px;
    }

    .col.custom.contact-info {
        width: 100%;
        padding: 25%;
    }

    .col.col3.contact-info.a {
        width: 100% !important;
    }

    .col.col3.contact-info .info-box-contact .center-div {
        position: relative;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .col.col3.contact-info .col.col2, .col.col3.contact-info {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
    }

        .col.col3.contact-info.f:hover .info-box-contact, .col.col3.contact-info.e:hover .info-box-contact, .col.col3.contact-info.d:hover .info-box-contact, .col.col3.contact-info.c:hover .info-box-contact, .col.col3.contact-info.b:hover .info-box-contact, .col.col3.contact-info.f .info-box-contact, .col.col3.contact-info.e .info-box-contact, .col.col3.contact-info.d .info-box-contact, .col.col3.contact-info.c .info-box-contact, .col.col3.contact-info.b .info-box-contact, .col.col3.contact-info.a .info-box-contact {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 20px;
        }

        .col.col3.contact-info .info-box-contact .center-div ul li a {
            font-size: 11px;
        }

        .col.col3.contact-info .info-box-contact .center-div ul {
            padding: 5px 0;
        }

            .col.col3.contact-info .info-box-contact .center-div ul li {
                font-size: 13px;
            }

        .col.col3.contact-info .info-box-contact {
            background-color: rgba(255,255,255,1);
        }

    #prev, #next {
        top: inherit;
        width: 50%;
        height: 40px;
        background-color: rgba(255,255,255,0.4);
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        bottom: 0;
    }

    #next {
        right: 0;
    }

    #prev {
        left: 0;
        border-right: 1px solid #666;
    }

    .title p {
        padding: 0 50px;
    }

    .three-col-news .col.col3.marginCustom {
        width: 32.33%;
        margin: 20px .5% 0;
    }

    .col.col3.marginCustom.latest-news, .three-col-news .col.col3.marginCustom {
        width: 49%;
    }

    .col.col3.marginCustom.latest-news {
        width: 100% !important;
    }

    .paddingbottom.brick {
        padding: 80px 0;
        margin-top: 0;
    }

    .cycle-slideshow.news-feeds-social > div .display-center {
        top: initial !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

        .cycle-slideshow.news-feeds-social > div .display-center .suspended {
            width: 95%;
        }

    .team .col.col4 {
        width: 49%;
    }

    #map-container {
        margin-top: 0;
    }

    .col.col3.text-research {
        width: 60%;
    }

    .col.col3.image-reseach {
        padding: 20%;
        width: 40%;
    }

    .col.col3.button-research {
        margin: 15px 0 0 20px;
        width: 50px;
        background-position: center -4px;
        background-repeat: no-repeat;
        background-size: 70px;
        padding: 0;
        height: 50px;
    }

        .col.col3.button-research:hover {
            background-color: transparent;
            background-position: center -4px;
        }

    .col.col3.latest.marginCustom .feed .logo-social {
        left: 20px;
        top: 20px;
    }

    .social .col.col3.latest.marginCustom.right .feed.bottom-box, .social .col.col3.latest.marginCustom.right .feed.top-box {
        width: 100% !important;
    }

    .social .col.col3.latest.marginCustom.right .feed.bottom-box {
        margin-bottom: 10px !important;
    }

    .social .col.col3.latest.marginCustom.right .feed.top-box .display-center {
        width: 60%;
    }

    .col.col3.latest.marginCustom .feed .feed-msg {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
    }

    .col.col5.all.four {
        padding: 8px 0;
    }

    #search-box input[type="checkbox"] + label {
        font-size: 11px;
        width: 81%;
    }

    .col.col2.column-left .pageImage img {
        display: inline-block;
        max-height: 272px;
    }

    .brick h1, #search-box h1 {
        font-size: 20px;
    }

    .col.col3.latest.marginCustom .feed .feed-msg .display-center h3 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .col.col3.latest.marginCustom.left:hover .feed.big-box .feed-msg, .col.col3.latest.marginCustom.left:hover .feed.small-box.linked .feed-msg.in {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
    }

    .feed.top-box.social.tw .display-center .tw-feeds:last-child {
        display: none;
    }







    #carousel div.slide .display-box {
        opacity: 1 !important;
    }

    #carousel .col.col4 {
        width: 49% !important;
        float: left !important;
        clear: none !important;
    }

        #carousel .col.col4.c,
        #carousel .col.col4.a {
            margin-right: 2% !important;
        }

        #carousel .col.col4.a,
        #carousel .col.col4.b {
            margin-bottom: 2% !important;
        }

        #carousel .col.col4.d,
        #carousel .col.col4.b {
            margin-right: 0 !important;
        }

    .bullets {
        padding: 0 20px 40px;
        box-shadow: none;
        background-color: none;
    }

        .bullets h4 {
            font-size: 18px;
            margin-bottom: 10px;
            float: none;
            width: 100%;
        }


    #home {
        margin-top: 80px;
        height: calc(100% - 80px) !important;
    }
}

/* -- media mobile -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    body {
        overflow: hidden;
        overflow-y: auto;
    }

    .team-page > div.container, .minicontainer, .container {
        width: auto;
    }

    .col {
        float: none !important;
        clear: both !important;
        width: auto !important;
        margin-right: 0 !important;
    }

    #header .col.col2.left .logo {
        margin-left: 20px;
    }

    .centered-box {
        width: 95%;
    }

    .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds {
        margin-top: 10px;
    }

        .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4, .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 {
            line-height: 16px;
            font-size: 12px;
        }

    .col.col3.latest.marginCustom .feed.top-box .display-center {
        width: 90%;
    }

    section.padding.bottom, section.padding {
        padding: 30px 0;
    }

    .title {
        padding-bottom: 30px;
    }

        .title h3 {
            font-size: 24px;
        }

    #search-box .display-center {
        width: 95%;
    }

        #search-box .display-center .col.col5.all.four, #search-box .display-center .col.col5.all.th {
            width: 100% !important;
        }

    #search-box input[type="checkbox"] {
        width: 20px;
    }

    /*
            #search-box input[type=checkbox]:after {
            content: attr(value);
            margin: 1px 0 0 30px;
            font-size: 14px;
        }
            */
    #search-box .display-center .col.col5 {
        width: 49% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
        margin-top: 20px;
    }

    #search-box {
        padding: 0;
        height: 400px;
    }

        #search-box .display-center {
            width: 100%;
            padding: 110px 20px 0;
            top: 0;
            left: 0;
            position: relative;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        #search-box input[type="text"], #search-box select {
            font-size: 18px;
        }

        #search-box .display-center .col.col5.all.four, #search-box .display-center .col.col5.all.sec {
            margin-right: 0 !important;
        }

        #search-box .display-center .col.col5.btn {
            width: 100% !important;
            margin-right: 0 !important;
        }

        #search-box input[type="submit"] {
            display: block;
            margin: 0 auto;
        }

    .controll-panel {
        display: none;
    }

    .team .col.col3, .property-list-box.grid .col.col3 {
        width: 50% !important;
        float: left !important;
        clear: none !important;
        margin: 0 !important;
    }

    .team .col.col3 {
        padding: 25%;
    }

    .property-list-box.list .col.col3 .post-image {
        padding: 16.5% 17%;
        width: 50%;
        display: block;
    }

    .property-list-box.list .col.col3 .post-text {
        display: block;
        float: left;
    }

        .property-list-box.list .col.col3 .post-text .description {
            display: none;
        }

    .property-list-box.list .col.col3 .post-links {
        width: 50%;
        display: block;
        padding: 30px 10px 0;
    }

    .pages-link ul li a {
        padding: 5px 10px;
    }

    .pages-link ul li {
        margin-right: 0;
    }

    .pages-link {
        margin: 20px auto 0;
        width: 244px;
    }

    .h .next-prev-controll {
        width: 100%;
    }

    .col.col2.column-left, .col.col2.column-right {
        padding: 30px 10px;
    }

    .title-single-post h1 {
        font-size: 20px;
    }

    .title-single-post h2 {
        font-size: 16px;
    }

    .title-single-post {
        padding: 30px 0;
    }

    #maps {
        height: 300px;
    }

    .h, .h .cycle-slideshow > div, .h .cycle-slideshow, .h .cycle-slideshow > div, #home .cycle-slideshow > div {
        height: auto;
    }

        .h .cycle-slideshow > div, #home .cycle-slideshow > div {
            /*padding: 31%;
            margin-top: 80px;*/
        }

    .padding.bottom.pages .title {
        padding: 0 10px 30px;
    }

    .title h2 {
        font-size: 14px;
    }

    #search-box.Allpages .display-center {
        -webkit-transform: translateY(-42%) translateX(-0%);
        -ms-transform: translateY(-42%) translateX(-0%);
        transform: translateY(-42%) translateX(-0%);
    }

    .phone-box, .mail-box, .phone-box span, .mail-box span {
        display: block;
        margin: 10px 0;
    }

        .phone-box .icon, .mail-box .icon {
            margin: 0 auto;
        }

    .contact-links {
        width: 100%;
    }

        .contact-links .text-contact {
            top: 0;
            text-align: center;
        }

    #search-box h1 {
        font-size: 17px;
    }

    .client .col.col5 {
        width: 50% !important;
        float: left !important;
        clear: none !important;
    }

    html, body, #layout, #page, #home, .h, #home .cycle-slideshow, #home .cycle-slideshow > div, .h .cycle-slideshow > div, .h .cycle-slideshow {
        height: auto;
    }

    #map-contact {
        width: 100%;
        height: 250px;
    }

    .social .col.col3.news.marginCustom {
        width: 33.33% !important;
        float: left !important;
        margin: 0 !important;
        clear: none !important;
    }

    #enquireSimple .popup-container {
        width: 100%;
        padding: 20px;
    }

        #enquireSimple .popup-container textarea, #enquireSimple .popup-container input, #enquireSimple .popup-container select {
            width: 100%;
            padding: 10px;
            font-size: 14px;
        }

        #enquireSimple .popup-container textarea {
            height: 80px;
        }

    .title p {
        padding: 0;
    }

    .three-col-news .cycle-slideshow > div {
        padding: 50%;
    }

    .col.col3.marginCustom.latest-news, .three-col-news .col.col3.marginCustom {
        width: 49% !important;
        float: left !important;
        clear: none !important;
        margin: 0 .5% 20px !important;
    }

    .col.col3.marginCustom.latest-news {
        width: 100% !important;
    }

    .brick h1 {
        color: #333;
    }

    .brick {
        background-color: #fff;
        background-image: none;
    }

    .team .col.col4 {
        width: 49% !important;
        float: left !important;
        clear: none !important;
        min-height: 460px;
    }

    .title.page-client h2 {
        padding: 0 0 20px;
    }

    .col.col3.button-research {
        margin: 10px auto 0 !important;
        width: 90% !important;
    }

    .col.col2.people-sidebar, .col.col2.image-people-sidebar {
        padding: 10%;
        width: 20% !important;
        clear: none !important;
        float: left !important;
    }

    .col.col2.people-sidebar {
        padding: 0;
        width: 80% !important;
    }

    .page-contact h2 {
        font-size: 22px;
    }

    .page-contact {
        padding: 40px 0;
    }

    .paddingbottom.brick {
        padding: 80px 0 0;
    }

    .property .table-content {
        overflow-x: auto;
    }

        .property .table-content table {
            width: 500px;
        }

    .col.col2.column-left .images-Allpages img {
        margin-right: 0;
        float: none;
        margin: 0 auto 20px;
        display: block;
    }

    .col.col2.column-left .images-Allpages .cycle-slideshow img {
        margin: 0;
    }

    #search-box input[type="checkbox"] + label {
        font-size: 14px;
        width: 85%;
    }

    .ribon {
        position: absolute;
        top: 20px;
        left: 0;
        display: inline-block;
        background-color: #99132C;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }

    .title.topPadding {
        padding: 135px 0 0;
    }

    .col.col2.profile-content-image, .col.col3.latest.marginCustom .feed {
        width: 100% !important;
        padding: 27% !important;
        float: left !important;
    }

    #search-box .display-center .col.col5.location {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        clear: both !important;
        margin-top: 20px;
    }

    #search-box .display-center .col.col5.all.sec {
        margin-right: 2% !important;
    }

    #search-box .display-center .col.col5.all {
        margin-right: 0 !important;
    }

    .col.col3.latest.marginCustom.right .feed.top-box .ico, .col.col3.latest.marginCustom .feed .logo-social {
        width: 25px;
        height: 25px;
        background-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .social .col.col3.news.marginCustom .cycle-slideshow.news-feeds-social > div {
        padding: 20%;
    }

    .col.col3.latest.marginCustom.central .feed, .social .col.col3.news.marginCustom {
        width: 100% !important;
        float: none !important;
        margin: 10px 0 !important;
        clear: both !important;
    }

    .social .col.col3.news.marginCustom {
        margin-top: 0 !important;
    }

    .social .col.col3.latest.marginCustom.right .feed.top-box .display-center {
        width: 90%;
    }

    #enquireSimpleMain .popup-container {
        width: 100%;
    }

    .btnPopBox a.btnPop:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .centered-box h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .centered-box h1 {
        font-size: 24px;
    }

    .col.col3.latest.marginCustom.central .feed, .col.col3.latest.marginCustom .feed {
        width: 100% !important;
        padding: 50% !important;
        float: none !important;
        clear: both !important;
        margin: 0 0 10px;
    }

        .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h4, .col.col3.latest.marginCustom .feed.top-box .display-center .tw-feeds h5 {
            line-height: 16px;
            font-size: 14px;
        }

    #search-box input[type="text"], #search-box select {
        font-size: 14px;
    }

    .team .col.col3, .property-list-box.grid .col.col3 {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 !important;
    }

    .team .col.col3, .property-list-box.list .col.col3 .post-image {
        padding: 33% 0;
        width: 100%;
    }

    .property-list-box.list .col.col3 .post-text {
        width: 100%;
        display: block;
        float: none;
        clear: both;
        padding: 10px;
    }

    .property-list-box.list .col.col3 .post-links {
        width: 100%;
        padding: 30px 10px;
    }

    .h .cycle-slideshow > div, #home .cycle-slideshow > div {
        padding: 50%;
        margin-top: 80px;
    }

    .three-col-news .cycle-slideshow > div, .col.col2.profile-content-image {
        padding: 50% !important;
    }

    .title-single-post h1 {
        font-size: 16px;
    }

    .title-single-post h2 {
        font-size: 14px;
    }

    .title-single-post {
        padding: 10px 0;
    }

    .social .col.col3.news.marginCustom .cycle-slideshow.news-feeds-social > div {
        padding: 50%;
    }

    .col.col3.marginCustom.latest-news, .three-col-news .col.col3.marginCustom {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 0 20px !important;
    }

    .col.col3.marginCustom.latest-news {
        width: 100% !important;
    }

    .col.col2.people-sidebar, .col.col2.image-people-sidebar, .team .col.col4 {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        clear: both !important;
        min-height: 0;
        height: auto;
    }

    .col.col2.image-people-sidebar, .col.col3.image-reseach {
        padding: 50%;
    }

    .col.col2.people-sidebar {
        padding: 10px;
    }

    #footer h3 {
        font-size: 18px;
        padding: 0 10px;
    }

    .social .col.col3.latest.marginCustom.right .feed.top-box {
        width: 100% !important;
        height: auto;
        padding: 0 !important;
    }

        .social .col.col3.latest.marginCustom.right .feed.top-box .display-center {
            padding: 20px 10px;
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    /*  .col.col2.column-left .images-Allpages img */
    .col.col2.column-left .images-Allpages {
        width: 100%;
    }

    .col.col2.column-left .pageImage img {
        display: inline-block;
        max-height: 235px;
    }



















    #carousel .col.col4.d,
    #carousel .col.col4.c,
    #carousel .col.col4.b,
    #carousel .col.col4.a,
    #carousel .col.col4 {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 !important;
        margin-bottom: 2% !important;
    }
}

@media screen and (max-width: 480px) {
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 769px) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

/* Validator
---------------------------------*/
.valList {
    background: red;
    padding: 10px;
    margin: 5px 0 0;
    font-weight: 700;
    color: #FFF;
}

    .valList ul {
        margin: 5px 10px;
        padding: 0;
        list-style: none;
    }

        .valList ul li {
            padding: 3px 0;
            font-weight: 400;
            font-size: 16px;
        }

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    font-size: 14px;
    padding: 5px 6px !important;
}








/* New Addition -------------------------------------------------------------------------------------------*/



.col.col3.latest.marginCustom.left .col.col2.boxesGrid {
    margin-right: 10px;
    width: 49.1%;
}

    .col.col3.latest.marginCustom.left .col.col2.boxesGrid.last {
        margin-right: 0;
    }

    .col.col3.latest.marginCustom.left .col.col2.boxesGrid .feed.small-box {
        padding: 50%;
    }




@media screen and (max-width: 1320px) {

    .col.col3.latest.marginCustom.left .col.col2.boxesGrid {
        margin-right: 10px;
        width: 48.9%;
    }
}


@media screen and (max-width: 1000px) {


    .col.col3.latest.marginCustom.left .col.col2.boxesGrid .feed {
        width: 100% !important;
        padding: 25% !important;
        float: left !important;
    }

    .col.col3.latest.marginCustom.left .col.col2.boxesGrid {
        margin-right: 0 !important;
        width: 48.6% !important;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
        float: left !important;
        clear: none !important;
    }
}

@media screen and (max-width: 767px) {

    .col.col3.latest.marginCustom.left .col.col2.boxesGrid {
        width: 100% !important;
        margin-left: 0 !important;
    }

        .col.col3.latest.marginCustom.left .col.col2.boxesGrid .feed {
            width: 100% !important;
            padding: 35% !important;
            float: left !important;
        }
}


.seoText h2,
.seoText h3,
.seoText h4,
.seoText p {
    color: #666;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
}

.seoText h2 {
    font-size: 18px;
    color: #99132C;
    padding-bottom: 10px;
    padding-top: 25px;
    font-weight: bold;
}


.seoText p {
    padding: 0 0 10px 0;
}

.seoText ul.list li {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
    background: transparent;
    padding: 0;
}

.seoText ul.list.faq li h4 {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 55px 10px 0;
    font-size: 18px;
    color: #858585;
}

    .seoText ul.list.faq li h4:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-image: url(../img/faq.png);
        background-position: 0 -20px;
        float: right;
        content: '';
        display: block;
    }

.seoText ul.list.faq li.active h4:after {
    background-position: 0 0;
}

.seoText ul.list li {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
}

.seoText ul.list.faq li .answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
}

.seoText ul.list.faq li.active .answer {
    padding: 10px 0 10px;
    height: auto;
    opacity: 1;
}

.seoText ul.list.faq li.active h4:after,
.seoText ul.list.faq li h4:after,
.seoText ul.list.faq li,
.seoText ul.list.faq li .answer {
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.section--social {
    position: relative;
}

    .section--social .social__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.7);
        z-index: 1000;
        transition: .5s;
    }

    .section--social.loaded .social__overlay {
        opacity: 0;
        visibility: hidden;
    }

    .section--social .social__overlay:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 10px;
        content: '';
        transition: .3s;
        box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
        background-image: url(../img/loading.gif);
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    .section--social.loaded .social__overlay:after {
        transform: translate(-50%,-50%) scale(0.5);
    }

    .section--social .col.col3.latest.marginCustom .feed.top-box,
    .section--social .latest .feed.social {
        transition: .3s;
        visibility: hidden;
        opacity: 0;
    }

    .section--social.loaded .col.col3.latest.marginCustom .feed.top-box,
    .section--social.loaded .latest .feed.social {
        visibility: visible;
        opacity: 1;
    }

.home-btn {
    background: #99132C;
    color: #ffffff;
    width: 250px;
    display: block;
    border: 1px solid #99132C;
    text-align: center;
    height: 40px;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 auto;
}


.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}

    .loading-overlay span {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 10px;
        content: '';
        transition: .3s;
        box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
        background-image: url(../img/loading.gif);
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

@media screen and (max-height: 600px) {
    #header .col.col2.right ul.nav li:hover ul.smallDrop {
        height: 400px;
    }

    #header .col.col2.right ul.nav li ul li a {
        padding: 11px;
        font-size: 14px;
    }
}
